home *** CD-ROM | disk | FTP | other *** search
- echo " SOLLTEN SIE KEINE ZUSATZPROGRAMME BENUTZEN WOLLEN"
- echo " WÄHLEN SIE BITTE ABBRECHEN BEI DEN ENTSPRECHENDEN ABFRAGEN !!!!"
-
- echo "none" to ram:temp1
- echo "none" to ram:temp2
- echo "none" to ram:temp3
- echo "welches Programm soll zur Datenträgerreparatur benutzt werden ?"
- echo " "
- echo " ABBRECHEN FÜR KEINES (S.O.) !!!!! "
- req "list TO ram:temp1 Lformat %f%s"
- echo "welches Programm soll zur Datenträgersicherung benutzt werden ?"
- req "list TO ram:temp2 Lformat %f%s"
- echo "welches Programm soll zur Datenträgeroptimierung benutzt werden ?"
- req "list TO ram:temp3 Lformat %f%s"
- echo "wo soll DiskSpace hinkopiert werden ?"
- req "copy diskspace diskspace.info" dir
-
- echo "Sollen die mitgelieferten Icons für die DiskSpace Oberfläche genutzt werden ?"
- echo "Sollen die Icons auch auf die Festplatte kopierte werden ?"
- MultiRequestChoice "Extra GUI Icons ?" "Auch Kopieren ?" "JA - Kopieren|nur nutzen|NEIN - nicht nutzen"
- Set Result $RC
-
- If $Result EQ 1
- echo "USER" to ram:temp4
- echo "in welche Schublade sollen die Icons kopiert werden ?"
- req "copy #?.info" dir
- echo "in welcher Schublade liegen die Icons jetzt ?"
- req "list TO ram:temp5 Lformat %f" dir
- EndIf
-
- If $Result EQ 2
- echo "USER" to ram:temp4
- echo "in welcher Schublade liegen die Icons"
- req "list TO ram:temp5 Lformat %f" dir
- EndIf
-
- If $Result EQ 3
- echo "DEFAULT" to ram:temp4
- echo "none" to ram:temp5
- EndIf
- join ram:temp1 ram:temp2 ram:temp3 ram:temp4 ram:temp5 TO s:DiskSpace.config
- echo ""
- echo "Konfigurationsdatei nach s: kopieren...."
- cut s:DiskSpace.config
- delete ram:tem#?
- echo ""
- echo "Fonts installieren ....";
- copy pexcel#? to fonts: ALL
- copy pedoplan to Sys:s
- UnSet Result
-